Overload | Description |
---|---|
NotContainInConsecutiveOrder(T[]) | Asserts the current collection does not contain the specified elements in the exact same order and are consecutive. |
NotContainInConsecutiveOrder(IEnumerable<T>,String,Object[]) | Asserts the current collection does not contain the specified elements in the exact same order and consecutively. |